home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / CLASFY41.ZIP / CLBATCH.ZIP / ZIPIT.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-07-21  |  254 b   |  6 lines

  1. rem Use this Batch file to ZIP outgoing PICTURExx.PXP files
  2. rem %1 is the name of the outgoing .PXP file
  3. rem %2 is the file containing the filenames to be ZIPped up in the %1 file
  4. rem %1 and %2 are passed from the Classified Ads program
  5. pkzip %1 %2
  6.